projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
138b07c
)
(which-func-modes): Add fortran-mode.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 14 Aug 1998 08:40:13 +0000
(08:40 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 14 Aug 1998 08:40:13 +0000
(08:40 +0000)
lisp/which-func.el
patch
|
blob
|
history
diff --git
a/lisp/which-func.el
b/lisp/which-func.el
index 121ccf5a6b7d760e0eda5df682e9bda58b5d1052..af9fc74cd82e0ef97b9905016d05778380a2a0c6 100644
(file)
--- a/
lisp/which-func.el
+++ b/
lisp/which-func.el
@@
-72,7
+72,8
@@
:version "20.3")
(defcustom which-func-modes
- '(emacs-lisp-mode c-mode c++-mode perl-mode makefile-mode sh-mode)
+ '(emacs-lisp-mode c-mode c++-mode perl-mode makefile-mode sh-mode
+ fortran-mode)
"List of major modes for which Which Function mode should be used.
For other modes it is disabled. If this is equal to t,
then Which Function mode is enabled in any major mode that supports it."